home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #6 / Amiga Plus CD - 2004 - No. 06.iso / AmigaPlus / Begleitmaterial / 50Tools / Grafik / PerfectPaint / RayLabFactory / Shape / Cross2.rls < prev    next >
Text File  |  2000-11-28  |  487b  |  52 lines

  1. csg:
  2.  
  3.     csg:
  4.     box:
  5.         corners -2.0 -0.3 -0.9
  6.                    2.0  0.3  0.9
  7.     :end
  8.  
  9.     PLUS
  10.  
  11.     box:
  12.         corners -0.9 -0.3 -2.0
  13.                    0.9  0.3  2.0
  14.     :end
  15.     :end
  16.  
  17.     MINUS
  18.  
  19.     csg:
  20.     Cylinder:
  21.         radius 0.7
  22.         start  1  -0.35 1
  23.         end    1  0.35 1
  24.     :end
  25.  
  26.     PLUS
  27.  
  28.     Cylinder:
  29.         radius 0.7
  30.         start  -1  -0.35 1
  31.         end    -1  0.35  1
  32.     :end
  33.     
  34.     PLUS
  35.  
  36.     Cylinder:
  37.         radius 0.7
  38.         start  -1  -0.35 -1
  39.         end    -1  0.35  -1
  40.     :end
  41.  
  42.     PLUS
  43.  
  44.     Cylinder:
  45.         radius 0.7
  46.         start  1  -0.35 -1
  47.         end    1  0.35  -1
  48.     :end
  49.     :end
  50.  
  51.  
  52. #end